home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00459_startMovie.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  266 b   |  13 lines

  1. on startMovie
  2.   set the colorDepth to 32
  3.   if the runMode = "Author" then
  4.     cursor(0)
  5.   else
  6.     cursor(200)
  7.   end if
  8.   set the visible of sprite 6 to 1
  9.   set the visible of sprite 7 to 0
  10.   set the visible of sprite 8 to 0
  11.   set the visible of sprite 105 to 0
  12. end
  13.